github.com/refraction-networking/utls.Conn.handshakeMutex (field)
21 uses
github.com/refraction-networking/utls (current package)
conn.go#L39: handshakeMutex sync.Mutex
conn.go#L1297: c.handshakeMutex.Lock()
conn.go#L1298: defer c.handshakeMutex.Unlock()
conn.go#L1565: c.handshakeMutex.Lock()
conn.go#L1566: defer c.handshakeMutex.Unlock()
conn.go#L1623: c.handshakeMutex.Lock()
conn.go#L1624: defer c.handshakeMutex.Unlock()
conn.go#L1679: c.handshakeMutex.Lock()
conn.go#L1680: defer c.handshakeMutex.Unlock()
conn.go#L1689: c.handshakeMutex.Lock()
conn.go#L1690: defer c.handshakeMutex.Unlock()
quic.go#L270: c.handshakeMutex.Lock()
quic.go#L271: defer c.handshakeMutex.Unlock()
quic.go#L479: c.handshakeMutex.Unlock()
quic.go#L480: defer c.handshakeMutex.Lock()
u_conn.go#L361: c.handshakeMutex.Lock()
u_conn.go#L362: defer c.handshakeMutex.Unlock()
u_conn.go#L939: c.handshakeMutex.Lock()
u_conn.go#L940: defer c.handshakeMutex.Unlock()
u_quic.go#L112: c.handshakeMutex.Lock()
u_quic.go#L113: defer c.handshakeMutex.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |